| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.params | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract Mask6cAction |
ATRfidUhf.getSelectMask6cAction(int index)
Returns the comparison behavior of the Selection Mask item of the RFID UHF module of the Device.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setSelectMask6cAction(int index,
Mask6cAction action)
Set the comparison behavior of the Selection Mask item of the RFID UHF module of the device.
|
| Modifier and Type | Method and Description |
|---|---|
Mask6cAction |
ATRfidUhfATM.getSelectMask6cAction(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setSelectMask6cAction(int index,
Mask6cAction action) |
| Modifier and Type | Method and Description |
|---|---|
Mask6cAction |
SelectMask6cParam.getAction()
Returns the Action value of "Selection Mask".
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectMask6cParam.setAction(Mask6cAction action)
Set the Action value of "Selection Mask".
|
| Constructor and Description |
|---|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
<any> pattern)
Creates an instance of the SelectMask6cParam class.
|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
java.lang.String pattern,
int length)
Creates an instance of the SelectMask6cParam class.
|
| Modifier and Type | Method and Description |
|---|---|
static Mask6cAction |
Mask6cAction.valueOf(int code) |
static Mask6cAction |
Mask6cAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mask6cAction[] |
Mask6cAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|